Skip to main content

ValidateHcWarnings

Description

call ValidateHcWarnings batch validation baseline check risk item. The verification operation is to verify the existing baseline problem. if the verification passes, the risk item status will be updated to passed .

Request Method

POST

Request Path

/apsara/route/Sas/ValidateHcWarnings

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
regionIdBODYstringYesNo sample value for this parameter.region id
RiskIdsBODYstringYes43List of risk items Id that require verification operations. If there are multiple risk items Id, separate them with English commas (,).
UuidsBODYstringYes78645c8e-2e89-441b-8eb,a9622a6b-adb5-4dd3-929e,0136460a-1cb5-44e8-****UUID list of servers that need to verify risk items.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring722C4F88-7867-4E7B-8ADE-7451053the unique identifier generated by alibaba cloud for this request.

Example

Successful Response example

{
"RequestId":"722C4F88-7867-4E7B-8ADE-7451053"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}